GenerativeComponents Help

The Return Statement

Provides a way to exit from a function before its natural conclusion.

The return statement also provides the way to return a value from a function.

General Form

return;
return expression;